@charset "utf-8";
/* CSS Document */
body {
    font-family: "微软雅黑;",Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    width: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;

}
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#333;
}
:-moz-placeholder {
    color:#333;
    opacity:1;
}
::-moz-placeholder {
    color:#333;
    opacity:1;
}
:-ms-input-placeholder{
    color:#333;
}

/*清除*/
.container{
    width: 1520px;
    margin: 0 auto;
}
.tp img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.tp img:hover{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.tp {
    overflow: hidden;
}
/*banner*/
.nbanner{
    position: relative;
    z-index: -1;
}
.nbanner img{
    display: block;
}
.bannre_txt{
    position: absolute;
    top: 40%;
}
.bannre_txt h3{
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
}
.bannre_txt h3:after{
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    background: #fff;
    margin: 12px 0;
}
.bannre_txt p{
    font-size: 30px;
    color: #FFFFFF;
}
.side {
    position: fixed;
    width: 62px;
    right: 70px;
    bottom: 20%;
    z-index: 98;
}
.foot{
    background: #051C32;
    padding-top: 50px;
}
.footer{
    display: flex;
    justify-content: space-between;
}
.footer .flogo .tp{
    margin-bottom: 24px;
}
.footer .flogo p{
    color: #E8E8E8;
    font-size: 16px;
    line-height: 36px;
    padding-left: 42px;
}
.foot_db p{
    font-size: 14px;
    color: #9b9ea3;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #2f4255;
}
.foot_db p a{
    color: #9b9ea3;
}
.footer .fnav ul{
    display: flex;
    margin-top: 46px;
}
.footer .fnav ul>li{
    margin: 0 100px;
}
.footer .fnav ul>li>a{
    font-size: 20px;
    color: #fff;
}
.footer .fnav ul>li>a:after{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #023793;
    margin: 10px 0;
}
.footer .fnav ul .ol_txt a{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}
.footer .fnav ul .ol_txt a:hover{
    color: #dbdbdb;
}
.footer .fcode{
    width: 10%;
    margin-top: 46px;
}
.footer .fcode p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 10px;
}

.footer .flogo .ftel{
    background: url(/static/web/images/icon1.png) no-repeat left center;
}
.footer .flogo .femail{
    background: url(/static/web/images/icon2.png) no-repeat left center;
}
.footer .flogo .ffax{
    background: url(/static/web/images/icon3.png) no-repeat left center;
}
.footer .flogo .fadd{
     background: url(/static/web/images/icon4.png) no-repeat left center;
}
.crumbs{
    height: 50px;
    background: #F8F8F8;
}
.crumbs .position{
    display: flex;
    line-height: 50px;
    justify-content: flex-start;
    align-items: center;
    color: #6D6D6D;
}
.crumbs .position .pos_ico{
    width: 6px;
    height: 6px;
    border-top: 1px solid #6D6D6D;
    border-right: 1px solid #6D6D6D;
    transform: rotate(45deg);
    margin-left: 6px;
    margin-right: 6px;
}
.crumbs .position img{
    padding-right: 10px;
}
.ntxt{
    margin-top: 36px;
    text-align: center;
}
.ntxt h3{
    font-size: 36px;
    color: #000000;
}
.ntxt h3:after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #00A0E9;
    margin: 10px auto;
}
.nabout .about_com{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 80px;
}
.nabout .about_com .about_txt{
    width: 46%;
}
.nabout .about_com .about_tp{
    width: 52.6%;
    position: relative;
    overflow: hidden;
}
.nabout .about_com .about_tp img{
    margin: 0 0 25px 27px;
    z-index: 9;
    position: relative;
    display: block;
}
.nabout .about_com .about_tp .about_bj{
    background: #EFEFEF;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 27px;
    z-index: 8;
    right: 25px;
}
.nabout .about_com .about_txt h3{
    font-size: 24px;
    color: #003793;
    line-height: 40px;
}
.nabout .about_com .about_txt p{
    font-size: 14px;
    color: #232323;
    line-height: 29px;
    text-align: justify;
}
.nabout .about_com .about_txt .about_nr p{
    font-size: 16px;
    color: #565656;
    line-height: 36px;
}
.nabout .about_com .about_txt .about_nr:before{
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    margin: 30px 0;
    background: #003793;
}
.about_data{
    padding: 76px 0 106px 0;
    background: url(/static/web/images/gcbj.png) no-repeat;
    background-size: 100% 100%;
}
.about_data .ihonor_con{
    position: relative;
    margin-top: 42px;
}
.ihonor_con .swiper-button-next2, .ihonor_con .swiper-button-prev2 {
    display: block;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -21px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    text-align: center;
    background: url("/static/web/images/icon7.png") no-repeat center #ffffff;
}
.ihonor_con .swiper-button-next2{
    right: 6%;
    left: auto;
}
.ihonor_con .swiper-button-prev2{
    left: 6%;
    right: auto;
    transform: rotateY(-180deg);
}
.ihonor_con .swiper-button-next2:hover{
    background: url("/static/web/images/icon6.png") no-repeat center #00A0E9;
}
.ihonor_con .swiper-button-prev2:hover{
    background: url("/static/web/images/icon6.png") no-repeat center #00A0E9;
}
.ihonor_con .ihonors .tp img{
    width: 100%;
}
.ihonor_con .ihonors p{
    font-size: 16px;
    color: #023793;
    line-height: 60px;
    text-align: center;
    background: #EFEFEF;
}
.about_data .ntxt h3{
    color: #FFFFFF;
}
.about_data .ntxt h3:after{
    background: #FFFFFF;
}
#strength{
    margin: 50px 0;
}
#strength .str_nr{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#strength .str_nr .str_pro{
    width: 24%;
    position: relative;
    overflow: hidden;
}
#strength .str_nr .str_pro .str_tir{
    position: absolute;
    bottom: 10px;
    left: 16px;
    display: flex;
    z-index: 10;
    transition: .5s;
}
#strength .str_nr .str_pro .str_tir .str_img{
    width: 54px;
    height: 54px;
}

#strength .str_nr .str_pro .str_tir .str_txt h3{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}
#strength .str_nr .str_pro .str_tir .str_txt p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}
#strength .str_nr .str_pro .str_tir .str_jj{
    display: none;
}
#strength .str_nr .str_pro .str_tir .icon1{
    background: url("/static/web/images/icon8.png") no-repeat center ;
    background-size: 100% 100%;
}
#strength .str_nr .str_pro .str_tir .icon2{
    background: url("/static/web/images/icon9.png") no-repeat center ;
    background-size: 100% 100%;
}
#strength .str_nr .str_pro .str_tir .icon3{
    background: url("/static/web/images/icon11.png") no-repeat center ;
    background-size: 100% 100%;
}
#strength .str_nr .str_pro .str_tir .icon4{
    background: url("/static/web/images/icon10.png") no-repeat center ;
    background-size: 100% 100%;
}
#strength .str_nr .str_pro:after{
    content: "";
    display: block;
    background: #003793;
    position: absolute;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    bottom: -100%;
    z-index: 9;
    transition: .5s;
}
#strength .str_nr .str_pro:hover:after{
    bottom: 0;
}
#strength .str_nr .str_pro:hover .str_tir{
    top: 20%;
    width: 100%;
    align-items: center;
    text-align: center;
    flex-direction: column;
    left: 0;
}
#strength .str_nr .str_pro:hover .str_tir .str_txt h3{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 25px 0 20px;
}
#strength .str_nr .str_pro:hover .str_tir .str_jj{
    display: block;
    font-size: 16px;
    color: #D9D9D9;
    margin-top: 20px;
}
#field{
    margin: 50px 0 88px;
}
#field .field_nr{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
#field .field_nr>.tp{
    width: 50%;
}
#field .field_nr .field_pro{
    width: 50%;
    display: flex;
}
#field .field_nr .field_pro .tp{
    width: 50%;
}
#field .field_nr .field_pro .field_txt{
    width: 50%;
    padding: 50px 36px;
    text-align: center;
    background: #F4F5F6;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#field .field_nr .field_pro .field_txt h3{
    font-size: 20px;
    color: #003793;
    line-height: 29px;
    margin-bottom: 20px;
}
#field .field_nr .field_pro .field_txt p{
    font-size: 16px;
    color: #656565;
    line-height: 29px;
}
.but_but{
    width: 170px;
    background: #023793;
    border-radius: 23px;
    margin: 27px auto 0;
    text-align: center;
}
.but_but a{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 45px;
    padding-right: 25px;
    background: url("/static/web/images/icon12.png") no-repeat right center ;
}
#field .field_nr .field_pro .field_txt:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 24px solid #F4F5F6;
    border-bottom: 16px solid transparent;
    top: 50%;
    left: -24px;
}
#field .field_nr .fiele_fis .field_txt:after{
    right: -24px;
    left: auto;
    transform: rotateY(180deg);
    z-index: 9;
}
.pos_txt1 span{
    color: #003793;
}
.product .pro_nr{
    margin: 30px 0 106px;
}
.product .pro_nr ul li{
    overflow: hidden;
    background: #F6F6F6;
}
.product .pro_nr ul li .ipro_fl{
    width: 50%;
    position: relative;
}
.product .pro_nr ul li .ipro_fr{
    width: 50%;
    padding: 100px 0 0 50px;
}
.product .pro_nr ul li:nth-child(odd) .ipro_fl{
    float: left;
}
.product .pro_nr ul li:nth-child(odd) .ipro_fr{
    float: right;
}
.product .pro_nr ul li:nth-child(even) .ipro_fl{
    float: right;
}
.product .pro_nr ul li:nth-child(even) .ipro_fr{
    float: left;
}
.clear{
    clear: both;
}
.product .pro_nr ul li .ipro_fr h3{
    font-size: 20px;
    color: #003793;
    line-height: 28px;
    margin-bottom: 20px;
}
.product .pro_nr ul li .ipro_fr dd a{
    font-size: 16px;
    color: #656565;
    line-height: 28px;
    padding-left: 10px;
    position: relative;
}
.product .pro_nr ul li .ipro_fr dd:after{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #B9B9B9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 46%;
}
.product .pro_nr ul li .ipro_fr .but_but{
    margin: 30px 0 0 0;
}
.product .pro_nr ul li:hover{
    background: #023793;
}
.product .pro_nr ul li:hover .ipro_fr h3{
    color: #FFFFFF;
}
.product .pro_nr ul li:hover .ipro_fr dd a{
    color: #FFFFFF;
}
.product .pro_nr ul li:hover .ipro_fr p{
    border: 1px solid #FFFFFF;
    background: none;
}
.n_com .n_txt{
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d7d7d7;
}
.n_com .n_txt p{
    font-size: 16px;
    color: #6E6E6E;
    line-height: 30px;
}
.n_com .n_an{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    align-items: center;
}
.n_com .n_an .n_fy p{
    font-size: 14px;
    line-height: 30px;
    color: #535252;
}
.n_com .n_an .n_fh{
    width: 128px;
    background: #003793;
    border-radius: 5px;
    height: 40px;
	text-align: center;
}
.n_com .n_an .n_fh a{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    background: url(/static/web/images/icon22.png) no-repeat left center;
	padding-left: 32px;
}
.job_nr .table{
    margin: 30px 0 90px;
}
.job_nr .table .job_body{
    background: rgba(0, 75, 143, 0);
    border: 1px solid #DFDFDF;
    margin: 8px 0;

}
.job_nr .table .job_body .job_tit{
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 36px 0 24px;
}
.job_nr .table .job_body .job_tit .tr2{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333333;

}
.job_nr .table .job_body .job_tit .tr2:before{
    content: "";
    display: block;
    width: 5px;
    height: 21px;
    border-radius: 2px;
    background: #cecece;
    margin-right: 20px;
}
.job_nr .table .job_body .job_tit .tr3{
    width: 27px;
    height: 27px;
    background: url(/static/web/images/icon13.png) no-repeat right center;
}
.job_nr .table .job_body:hover{
    border: 1px solid #003793 !important;
}
.job_nr .table .job_body:hover .job_tit{
    background: #003793 !important;
}
.job_nr .table .job_body:hover .job_tit .tr2{
    color: #ffffff !important;
}

.job_nr .table .job_body .con .text1{
    font-size: 14px;
    color: #838383;
    line-height: 30px;
    margin: 64px 48px;
}
.job_nr .table .job_body .con .text1 span{
    font-size: 18px;
    color: #333333;
}
.contact .con_nr{
    margin: 30px 0 36px;
    display: flex;
    justify-content: space-between;
}
.contact .con_nr .con_lx{
    width: 27.5%;
    background: #F7F7F7;
    padding: 20px 30px;
}
#amap{
    width: 70%;
}
.contact .con_nr .con_lx .con_txt{
    border-bottom: 1px solid #DFDFDF;
    padding-left: 34px;
    padding-bottom: 12px;
    margin-top: 12px;
}
.contact .con_nr .con_lx .con_txt h3{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.contact .con_nr .con_lx .con_txt p{
    font-size: 14px;
    color: #838383;
    line-height: 30px;
}
.contact .con_nr .con_lx .con_txt:nth-last-child(1){
    border: none;
    background: url(/static/web/images/icon18.png) no-repeat left top;
}
.contact .con_nr .con_lx .con_txt:nth-last-child(2){
    background: url(/static/web/images/icon17.png) no-repeat left top;
}
.contact .con_nr .con_lx .con_txt:nth-last-child(3){
    background: url(/static/web/images/icon16.png) no-repeat left top;
}
.contact .con_nr .con_lx .con_txt:nth-last-child(4){
    background: url(/static/web/images/icon15.png) no-repeat left top;
}
.feek .page-body{
    margin: 40px 0 82px;
}
.feek .page-body .fh1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feek .page-body .fh1 .fh1s{
    width: 48%;
}
.feek .page-body .fh1 .fh2{
    width: 100%;
}
.feek .page-body .fh1 .fh4{
    display: flex;
    margin-top: 68px;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.pagination a {
    width: 36px;
    height: 36px;
    display: block;
    line-height: 36px;
    border: 1px solid #c6c6c6;
    color: #4d4d4d;
    box-sizing: border-box;
    text-align: center;
}
.pagination a:hover{
    border: none;
    color: #fff;
    background-color: #003793;
}

.pagination .active {
    border: none;
    color: #fff;
    background-color: #003793;
}
.feek .page-body .fh1 label{
    display: block;
    font-size: 16px;
    color: #525252;
    line-height: 48px;
    margin-top: 20px;
}
.feek .page-body .fh1 input{
    width: 100%;
    background: #F2F2F2;
    border: none;
    line-height: 46px;
    padding-left: 20px;
    font-size: 16px;
}
.feek .page-body .fh1 textarea{
    width: 100%;
    height: 241px;
    background: #F2F2F2;
    border: none;
    line-height: 46px;
    padding-left: 20px;
}
.feek .page-body .fh1 select{
    width: 100%;
    background: #F2F2F2;
    border: none;
    line-height: 46px;
    padding-left: 20px;
    font-size: 16px;
}
.feek .page-body .fh1 .fh4 input{
    width: 156px;
    background: #C4C4C4;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    margin-left: 6px;
    padding: 0;
}
.feek .page-body .fh1 .fh4 input:hover{
    background: #003793;
}
.news .news_lb{
	margin: 30px 0 60px;
}
.news .news_lb .inews{
	display: flex;
}
.news .news_lb .inews .tp{
	width: 51%;
}
.news .news_lb .inews .new_title{
	width: 49%;
	background: #F7F7F7;
    padding: 100px 56px;
}
.news .news_lb .inews .new_title h3{
	font-size: 20px;
    color: #003793;
}
.news .news_lb .inews .new_title h4{
	font-size: 14px;
    color: #848484;
    padding: 24px 0;
}
.news .news_lb .inews .new_title p{
	font-size: 16px;
    color: #161616;
    line-height: 30px;
}
.news .news_lb .inews .new_title .but_but{
	margin: 30px 0 0;
}

.news .news_lb .swiper-button-next2, .news .news_lb .swiper-button-prev2{
	display: block;
    position: absolute;
    top: 50%;
    width: 72px;
    height: 72px;
    margin-top: -21px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    text-align: center;
    background: url(/static/web/images/icon19.png) no-repeat center;
    display: none;
}
.news .news_lb .swiper-button-next2{
	transform: rotateY(-180deg);
}
.news .news_lb .swiper-button-prev2{
	right: 49%;
}
.news .new_nr{
	display: flex;
    flex-wrap: wrap;
}
.news .new_nr .new_pro{
    width: 100%;
    margin-bottom: 40px;
}
.news .new_nr .new_pro a{
    display: flex;
}
.news .new_nr .new_pro .tp{
    max-width: 360px;
}

.news .new_nr .new_pro .new_txt{
    margin-left: 40px;
}
.news .new_nr .new_pro .new_txt h4{
	font-size: 14px;
    color: #595959;
    line-height: 30px;
}

.news .new_nr .new_pro .new_txt h3{
	font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}
.news .new_nr .new_pro .new_txt p{
	font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: none;
}
.news .new_nr .new_pro .new_txt>span{
	font-size: 18px;
    color: #999999;
    line-height: 40px;
}
.news .new_nr .new_pro:hover .new_txt h3{
	color: #003793;
}
.news .new_nr .new_pro:hover .new_txt p span{
	color: #003793;
}
.n_com .n_icon{
	display: flex;
    justify-content: center;
	font-size: 12px;
    color: #818080;
    line-height: 22px;
}
.n_com .n_icon .date{
	background: url(/static/web/images/icon21.png) no-repeat left center;
	padding-left: 24px;
    margin-right: 30px;
}
.n_com .n_icon .view{
	background: url(/static/web/images/icon20.png) no-repeat left center;
	padding-left: 24px;
}
.coop .coop_txt{
	text-align: center;
    margin: 30px 0;
}
.coop .coop_lx{
	display: flex;
    justify-content: space-between;
    margin: 60px 0;
}
.coop .coop_lx .coop_pro{
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    justify-content: space-between;
}
.coop .coop_lx .coop_pro h3{
    width: 100%;
    margin-bottom: 40px;
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    padding: 24px;
    background: #ededed;
    font-weight: bold;
}
.coop .coop_lx .coop_pro:nth-child(1) h3{
  
}
.coop .coop_lx .coop_pro img{
    width: 48%;
}
.sol .sol_xq{
    display: flex;
    justify-content: space-between;
}
.sol .sol_xq .sol_fl{
    width: 20%;
}

.sol .sol_xq .sol_fl .sol_tit .sol_tit1{
    background: url(/static/web/images/case1.png) no-repeat;
    background-size: 100% 100%;
}
.sol .sol_xq .sol_fl .sol_tit .sol_tit1 h3{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.sol .sol_xq .sol_fl .sol_tit .sol_tit1 h3:before{
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #ffffff;
    margin-right: 14px;
}
.sol .sol_xq .sol_fl .sol_tit .sol_tit2{
    background: #EAEAEA;
    line-height: 52px;
    margin-top: 2px;
}
.sol .sol_xq .sol_fl .sol_tit .sol_tit2 a{
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #5D5D5D;
}
.sol .sol_xq .sol_fl .sol_tit .sol_tit2 a:before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #989898;
    margin-right: 12px;
}
.sol .sol_xq .sol_fl .sol_tit .sol_tit2 .tit_cur{
    color: #003793;
}
.sol .sol_xq .sol_fl .sol_map{
    display: flex;
    justify-content: center;
    margin: 35px 0;
}
.sol .sol_xq .sol_fl .sol_con img{
    padding-bottom: 20px;
}
.sol .sol_xq .sol_fl .sol_con p{
    font-size: 14px;
    color: #646464;
    line-height: 20px;
}
.sol .sol_xq .sol_fr{
    width: 78%;
}
.sol .sol_xq .sol_fr .sol_nr{
    display: flex;
    flex-wrap: wrap;
}
.sol .sol_xq .sol_fr .sol_nr .sol_pro{
    width: 31%;
    margin: 0 1%;
    padding: 30px;
    background: #e2e2e2;
    box-shadow: 0px 1px 20px 1px rgb(0 0 0 / 4%);
    margin-bottom: 26px;
}
.sol .sol_xq .sol_fr .sol_nr .sol_pro h3{
    font-size: 20px;
    color: #003793;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.menu .ol-list {
    display: none;
    position: absolute;
    top: 80px;
    left: -40%;
    z-index: 999;
    background: #FFFFFF;
    width: 180%;
    border-radius: 5px;
    padding: 16px 0;
}
.menu .ol-list > li > a {

    padding: 0 16px;
}
.sol .sol_xq .sol_fr .sol_nr .sol_pro p{
    font-size: 14px;
    color: #6C6D6F;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    display: none;
}
.sol .sol_xq .sol_fr .sol_nr .sol_pro:before{
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #003793;
    margin-bottom: 20px;
}
.sol .sol_xq .sol_fr .sol_nr .sol_pro .but_but{
    width: 130px;
    height: 34px;
    border: 1px solid #003793;
    border-radius: 17px;
    background: none;
    margin: 27px 0 0;
    display: none;
}
.sol .sol_xq .sol_fr .sol_nr .sol_pro .but_but a{
    background: url(/static/web/images/icon24.png) no-repeat right center;
    color: #003793;
    line-height: 34px;
}
.sol .sol_xq .sol_fr .sol_nr .sol_pro:hover{
    background: #003793;
}
.sol .sol_xq .sol_fr .sol_nr .sol_pro:hover h3{
    color: #FFFFFF;
}
.sol .sol_xq .sol_fr .sol_nr .sol_pro:hover p{
    color: #FFFFFF;
}
.sol .sol_xq .sol_fr .sol_nr .sol_pro:hover .but_but{
    border: 1px solid #E1E1E1;
}
.sol .sol_xq .sol_fr .sol_nr .sol_pro:hover .but_but a{
    color: #FFFFFF;
    background: url(/static/web/images/icon12.png) no-repeat right center;
}

.show_xq tr .tit2:nth-last-child(1){
    background: #fbe1d2;
}
.show_xq tr .tit2{
    background: #e3edf9;
    vertical-align: middle;
}



.show_xq tr td{
    border: 1px solid #fff;
    word-break: break-all;
    font-size: 14px;
    color: #404040;
    text-align: center;
    line-height: 24px;
}
.show_xq tr .tit2:nth-last-child(2){
    line-height: 16px;
    padding-left: 27px;
    text-align: left;
}
.show_xq .show_tit td{
    background: #003793;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 45px;
}
.show_pro{
    margin-bottom: 40px;
}
.show_xq table{
    margin-bottom: 50px;
}
.show_xq h3{
    margin: 50px 0 30px;
    display: flex;
    justify-content: space-between;
}
.show_xq h3 p{
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    display: flex;
    align-items: center;
    background: #003793;
    padding: 10px 20px;
    border-radius: 5px;
}
.show_xq h3 p:before{
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #ffffff;
    margin-right: 10px;
}
.show_xq p{
    font-size: 14px;
    color: #404040;
    line-height: 24px;
}
.swiper-slide img {
    display: block;
}
.fbj{
    background: #FFFFFF;
}
.fbj .head_txt{
    text-align: center;
    margin: 60px 0;
}
.fbj .head_txt h3{
    font-size: 72px;
    font-weight: bold;
    color: #023793;
}
.fbj .head_txt h4{
    font-size: 60px;
    color: #023793;
}
.h_txt{
    padding-top: 65px;
    text-align: center;
}
.h_txt h4{
    font-size: 36px;
    color: #E2EBF8;
    line-height: 30px;
}
.h_txt h3{
    font-size: 36px;
    color: #000000;
    line-height: 40px;
}
.h_txt span{
    color: #023793;
}
.h_txt h3:after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #00A0E9;
    margin: 12px auto 46px;
}
.about_fa ul{
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.about_fa ul li{
    text-align: center;
    padding: 0 11%;
    position: relative;
}
.about_fa ul li:after{
    content: "";
    display: block;
    width: 1px;
    height: 66px;
    background: #D1D9E5;
    position: absolute;
    right: 0;
    top: 40%;
}
.about_fa ul li:nth-last-child(1):after{
    display: none;
}
.about_fa ul li .about_img{
    width: 103px;
    height: 103px;
    background: #023793;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
.about_fa ul li h3{
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin: 44px 0 30px;
}
.about_fa ul li p{
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}
.fproduct ul{
    padding-top: 20px;
    padding-bottom: 10px;
}
.fproduct ul li{
    display: flex;
    position: relative;
    margin: 80px 0 0;
}
.fproduct ul li .fpro_txt{
    position: absolute;
    background: url(/static/web/images/pro_bj.png) no-repeat;
    width: 50%;
    padding: 100px 0;
    text-align: center;
    background-size: 100% 100%;
    right: 0;
    top: -90px;
}
.fproduct ul li .fpro_txt h3{
    font-size: 30px;
    color: #000000;
    line-height: 30px;
}
.fproduct ul li .fpro_txt h3:after{
    content: "";
    display: block;
    width: 106px;
    height: 1px;
    background: #023793;
    margin: 30px auto;
}
.fproduct ul li .fpro_txt p{
    font-size: 16px;
    color: #494949;
    line-height: 30px;
    padding: 0 25%;
    text-align: left;
}
.fproduct ul li:nth-child(2){
    margin: 160px 0;
    justify-content: flex-end;
}
.fproduct ul li:nth-child(2) .fpro_txt{
    left: 0;
    background: url(/static/web/images/pro_bj0.png) no-repeat;
    background-size: 100% 100%;
}
.about_fa ul li:hover .about_img{
    background: #00A0E9;
}
.fproduct ul li .fpro_txt:hover{
    background: url(/static/web/images/pro_bj2.png) no-repeat;
    background-size: 100% 100%;
}
.fproduct ul li .fpro_txt:hover h3{
    color: #EFEFEF;
}
.fproduct ul li .fpro_txt:hover p a{
    color: #EFEFEF;
}
.fproduct ul li .fpro_txt:hover .but_but{
    border: 1px solid #FFFFFF;
    border-radius: 23px;
    background: none;
}
.fproduct ul li:nth-child(2) .fpro_txt:hover{
    background: url(/static/web/images/pro_bj1.png) no-repeat;
    background-size: 100% 100%;
}
.fsol ul{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.fsol ul li{
    position: relative;
}
.fsol ul li .fsol_txt{
    position: absolute;
    background: url(/static/web/images/fabj.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    padding: 12px 45px;
    width: 100%;
}
.fsol ul li .fsol_txt h3{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    position: relative;
}
.fsol ul li .fsol_txt p{
    font-size: 14px;
    color: #F1F1F1;
    line-height: 24px;
}
.fsol ul li .fsol_txt p span{
    color: #00A0E9;
}
.fsol ul li .fsol_txt h3:before{
    content: "";
    display: block;
    width: 1px;
    height: 27px;
    background: #00A0E9;
    position: absolute;
    left: -20px;
}
.fsol{
    padding-bottom: 66px;
}
.fnew{
    background: url(/static/web/images/fnew.png) no-repeat;
    background-size: 100% 100%;
    padding: 5px 0 70px;
}
.fnew .h_txt h4{
    color: #D4D4D4;
}
.fnew .h_txt h3{
    color: #FFFFFF;
}
.fnew .h_txt h3:after{
    background: #FFFFFF;
}
.fnew .h_txt span{
    color: #FFFFFF;
}
.fnew .fnew_nr{
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 68px 42px;
    position: relative;
}
.fnew .fnew_nr .tempWrap{
    width: 46% !important;
}
.fnew_nr .hd{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fnew_nr .hd .img{
    width: 40%;
    text-align: center;
}

.fnew_nr ul{
    width: 50%;
}
.fnew_nr ul>a{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.fnew .fnew_nr .hd ul li{
    display: flex;
    align-items: center;
}

.fnew .fnew_nr .hd ul li h3{
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin: 10px;
}
.fnew .fnew_nr .hd ul li p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 8px 0 16px;
}
.fnew .fnew_nr .hd ul .on a{
    color: #023793;
}
.fnew .fnew_nr .hd ul .on h3{
    color: #023793;
}
.fnew .fnew_nr .next, .fnew .fnew_nr .prev{
    width: 39px;
    height: 39px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    position: absolute;
    top: 48%;
    background: url(/static/web/images/icon29.png) no-repeat center;
    cursor: pointer;
    z-index: 10;
}
.fnew .fnew_nr .next{
    left: 40%;
}
.fnew .fnew_nr .prev{
    left: 10%;
    transform: rotate(180deg);
}
.icon_sb {
    position: absolute;
    left: 50%;
    bottom: 60px;
    z-index: 8;
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(10px);}
    100% {transform:translateY(0px);}
}
.daohang {
    z-index: 10;
}
.swiper_banner .swiper-pagination{
    bottom: 40%;
    right: 84px;
    width: 0;
    left: auto;
}
.swiper_banner .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    opacity:1;
    margin: 24px 0;
}
.swiper_banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 12px;
    height: 48px;
    background: #00A0E9;
    border-radius: 3px;
    transition: .5s;
}
.web{
    position: relative;
    width: 100%;
    background: #023793;
}
.web .head{
    background: none;
}
.web .head .menu .ul-list > li > a{
    color: #ffffff;
}
.web .search-controller .form-control{
    border: 1px solid #878787;
    background: none;
    color: #ffffff;
}
.web input::-webkit-input-placeholder{
    color: #E8EAEE;
}
.web input:-moz-placeholder{
    color: #E8EAEE;
}
.web input::-moz-placeholderf {
    color: #E8EAEE;
}
.web input:-ms-input-placeholder{
    color: #E8EAEE;
}
#mmenu li .home-search {
    float: left;
    margin-left: 20px;
    width: 90%;
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
#mmenu li .home-search .keyword {
    text-align: left;
    width: 86%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    vertical-align: top;
    padding: 6px 86px 6px 10px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
}
#mmenu li .home-search .btn-sub {
    top: 0;
    border: 0;
    right: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: url(../images/icon.png) no-repeat center center;
}


@media (max-width: 1520px){
    .container {
        width: 96%;
    }
    .menu .ul-list > li {
        padding: 0 20px;
    }
    .fnew .fnew_nr .hd ul li p {
        font-size: 14px;
    }
    #field .field_nr .field_pro .field_txt {
        padding: 36px 36px;
    }
    .nabout .about_com .about_txt .about_nr p {
        line-height: 30px;
    }
    .nabout .about_com .about_txt .about_nr:before {
        margin: 24px 0;
    }
    .about_data {
        padding: 20px 0 80px 0;
    }
    .news .news_lb .inews .new_title {
        padding: 60px 40px;
    }
}

@media (max-width: 1400px){
    .menu .ul-list > li > a{
        font-size: 18px;
    }
    .menu .ul-list > li {
        padding: 0 18px;
    }
    .fproduct ul li .fpro_txt {
        width: 60%;
    }
    .menu .ol-list > li > a {
        font-size: 12px;
        line-height: 24px;
        padding: 0 20px;
    }
    .fsol ul li .fsol_txt {

        padding: 12px 36px;
    }
    .fnew .fnew_nr .hd ul li h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 10px;
    }
}

@media (max-width: 1280px){
    #field .field_nr .field_pro .field_txt p {
        font-size: 14px;
        line-height: 24px;
    }
    .product .pro_nr ul li .ipro_fr {
        padding: 50px 0 0 50px;
    }
    .news .news_lb .inews .new_title {
        padding: 40px 20px;
    }
    .footer .flogo p {
        font-size: 14px;
    }
}

@media (max-width: 1200px){
    .phone-nav img {
        height: 30px;
        margin-top: 25px;
        display: block;
    }
    .daohang .head .logo {
        width: 100%;
    }
    .daohang .head .dhl{
        display: none;
    }
    .phone-nav {
        right: 5%;
        display: block;
        z-index: 9;
    }
    .swiper_banner .swiper-pagination .swiper-pagination-bullet {
        margin: 10px 0;
    }
    .swiper_banner .swiper-pagination .swiper-pagination-bullet-active {
        height: 36px;
    }
    .swiper_banner .swiper-pagination .swiper-pagination-bullet-active {
        width: 12px;
        height: 36px;
        background: #00A0E9;
        border-radius: 3px;
        transition: .5s;
    }
    .fnew .fnew_nr .hd ul li p {
        line-height: 24px;
        padding: 4px 0 10px;
    }
    .field_nr .tp img{
        width: 100%;
    }
    #field .field_nr .field_pro {
        width: 100%;
    }
    #field .field_nr>.tp {
        width: 100%;
    }
    .nabout .about_com {
        flex-direction: column;
        align-items: center;
    }
    .nabout .about_com .about_txt {
        width: 100%;
    }
    .nabout .about_com .about_tp {
        width: 100%;
    }
    .bannre_txt h3 {
        font-size: 36px;
    }
    .bannre_txt p {
        font-size: 24px;
    }
    .bannre_txt h3:after {
        margin: 6px 0;
    }
    .contact .con_nr {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .contact .con_nr .con_lx {
        width: 100%;
    }
    #amap {
        width: 100%;
        height: 300px;
        margin: 20px 0;
    }
    .news .news_lb .inews {
        flex-wrap: wrap;
    }
    .news .news_lb .inews .new_title h4 {
        padding: 10px 0;
    }
    .sol .sol_xq .sol_fr .sol_nr .sol_pro {
        width: 48%;
    }
    .fnew_nr .hd {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .fnew_nr .hd .img {
        width: 40%;
        text-align: center;
        margin: 0 auto;
    }
    .fnew_nr .hd {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .fnew_nr ul {
        width: 70%;
        margin: 0 auto;
        padding-top: 40px;
    }
    .fbj .head_txt h4 {
        font-size: 48px;
    }
    .fbj .head_txt h3 {
        font-size: 60px;
    }

}

@media (max-width: 780px){
    .swiper_banner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .fbj .head_txt h4 {
        font-size: 36px;
    }
    .fbj .head_txt h3 {
        font-size: 48px;
    }
    .swiper_banner .swiper-pagination .swiper-pagination-bullet-active {
        height: 20px;
        width: 8px;
    }
    .swiper_banner .swiper-pagination {
        bottom: 40%;
        right: 5%;
    }
    .phone-nav img {
        height: 30px;
        margin-top: 20px;
        display: block;
    }
    .h_txt {
        padding-top: 40px;
    }
    .h_txt h4 {
        font-size: 24px;
        line-height: 20px;
    }
    .about_fa ul li .about_img {
        width: 80px;
        height: 80px;
    }
    .but_but {
        margin: 20px auto 0;
    }
    .fproduct ul li .fpro_txt h3 {
        font-size: 24px;
    }
    .fproduct ul li .fpro_txt {
        width: 90%;
        padding: 40px 0;
        top: -40px;
    }
    .fproduct ul li .fpro_txt p {
        font-size: 14px;
        line-height: 24px;
        padding: 0 10%;
    }
    .side {
        width: 50px;
        right: 5%;
    }
    .fnew .fnew_nr .hd .prev {
        left: 10%;
    }
    .fsol ul {
        flex-wrap: wrap;
    }
    .fsol ul li {
        width: 50%;
    }
    .fnew .fnew_nr {
        padding: 40px 30px;
        flex-direction: column;
    }
    .fnew .fnew_nr .tempWrap {
        width: 100% !important;
    }
    .fnew .fnew_nr .hd {
        width: 100%;
        margin-top: 20px;
    }
    .fnew .fnew_nr .hd .next, .fnew .fnew_nr .hd .prev {
        width: 36px;
        height: 36px;
        border: 1px solid #e3e3e3;
        top: 25%;
    }
    .fnew .fnew_nr .hd .next {
        left: auto;
        right: 10%;
    }
    .footer .fcode {
        width: 30%;
        margin-top: 46px;
    }
    .footer .fnav {
        width: 60%;
    }
    .footer .flogo {
        margin: 0 auto;
        width: 100%;
    }
    .footer .fnav ul>li {
        margin: 0 10%;
    }
    .footer {
        flex-wrap: wrap;
    }
    .bannre_txt {
        top: 24%;
    }
    .daohang .head .logo {
        max-width: 210px;
    }
    #strength .str_nr {
        display: flex;
        justify-content: space-around;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    #strength .str_nr .str_pro {
        width: 48%;
        margin: 10px 0;
    }
    .product .pro_nr ul li .ipro_fl {
        width: 100%;
    }
    .product .pro_nr ul li .ipro_fr {
        padding: 50px 0 50px 50px;
        width: 100%;
    }
    .news .news_lb .inews .tp {
        width: 100%;
    }
    .news .news_lb .inews .new_title {
        width: 100%;
    }
    .news .news_lb .swiper-button-prev2 {
        right: 5%;
    }
    .news .news_lb .swiper-button-next2 {
        left: 5%;
    }
    .news .new_nr .new_pro {
        width: 48%;
        margin-right: 4%;
    }
    .news .new_nr .new_pro .new_txt {
        margin: 0;
    }
    .news .new_nr .new_pro a {
        display: block;
    }
    .news .new_nr .new_pro:nth-child(2) {
        margin: 0;
    }
    .news .new_nr .new_pro:nth-child(6) {
        margin: 0;
    }
    .sol .sol_xq {
        flex-wrap: wrap;
    }
    .sol .sol_xq .sol_fl .sol_map {
        display: none;
    }
    .sol .sol_xq .sol_fl {
        width: 100%;
    }
    .sol .sol_xq .sol_fl .sol_con {
        display: none;
    }
    .sol .sol_xq .sol_fr {
        width: 100%;
    }
    .sol .sol_xq .sol_fr {
        width: 100%;
        margin-top: 20px;
    }

}

@media (max-width: 600px){
    .swiper_banner .swiper-pagination {
        bottom: 15%;
        right: 5%;
    }
    .swiper_banner .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 6px 0;
    }
    .swiper_banner .swiper-pagination .swiper-pagination-bullet-active {
        height: 16px;
        width: 6px;
    }
    .h_txt h3 {
        font-size: 20px;
        color: #000000;
        line-height: 24px;
    }
    .h_txt h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .about_fa ul li p {
        font-size: 14px;
        line-height: 24px;
    }
    .about_fa ul li {
        text-align: center;
        padding: 0 5%;
        width: 33%;
    }
    .fproduct ul li .fpro_txt {
        width: 90%;
        padding: 20px 0;
        top: -20px;
    }
    .fproduct ul li .fpro_txt h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .fproduct ul li .fpro_txt h3:after {
        width: 60px;
        margin: 10px auto;
    }
    .fproduct ul li .fpro_txt p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 8%;
    }
    .but_but a {
        font-size: 12px;
        line-height: 36px;
        padding-right: 20px;
    }
    .but_but {
        width: 120px;
    }
    .fproduct ul li {
        margin: 40px 0 0;
    }
    .fproduct ul li:nth-child(2) {
        margin: 100px 0;
    }
    .fsol ul li .fsol_txt {
        padding: 10px 24px;
    }
    .fsol ul li .fsol_txt h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .fsol ul li .fsol_txt p {
        font-size: 12px;
        line-height: 18px;
    }
    .fnew .fnew_nr .hd .next, .fnew .fnew_nr .hd .prev {
        width: 30px;
        height: 30px;
        top: 15%;
    }
    .fproduct ul {
        padding: 0;
    }
    .fsol {
        padding-bottom: 40px;
    }
    .fnew {
        padding: 5px 0 40px;
    }
    .footer .fcode {
        width: 100%;
        text-align: center;
    }
    .footer .fnav {
        width: 100%;
    }
    .foot_db p {
        font-size: 12px;
        line-height: 24px;
    }
    .fproduct ul {
        padding-top: 0;
    }
    .bannre_txt p {
        font-size: 16px;
    }
    .bannre_txt h3 {
        font-size: 24px;
    }
    .bannre_txt h3:after {
        margin: 4px 0;
        width: 30px;
    }
    .ntxt h3 {
        font-size: 24px;
    }
    .ntxt {
        margin-top: 20px;
    }
    .nabout .about_com {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .nabout .about_com .about_txt h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .nabout .about_com .about_txt p {
        line-height: 20px;
    }
    .nabout .about_com .about_txt .about_nr:before {
        margin: 12px 0;
    }
    .nabout .about_com .about_txt .about_nr p {
        line-height: 24px;
        font-size: 14px;
    }
    #strength .str_nr .str_pro:hover .str_tir .str_txt h3 {
        font-size: 20px;
        margin: 10px 0;
    }
    #strength .str_nr .str_pro:hover .str_tir .str_jj {
        font-size: 14px;
        margin-top: 10px;
    }
    #strength .str_nr .str_pro:hover .str_tir {
        top: 10%;
    }
    #field .field_nr .field_pro {
        flex-wrap: wrap;
    }
    #field .field_nr .field_pro .field_txt {
        width: 100%;
    }
    #field .field_nr .field_pro .tp {
        width: 100%;
    }

    #field .field_nr .field_pro .field_txt:after {
        border-left: 16px solid transparent;
        border-bottom: 24px solid #F4F5F6;
        border-right: 16px solid transparent;
        top: -24px;
        border-top: none;
        left: 44%;
    }
    #field .field_nr .fiele_fis .field_txt:after {
        right: 46%;
        left: auto;
        bottom: -22px;
        border-left: 16px solid transparent;
        border-top: 24px solid #F4F5F6;
        border-right: 16px solid transparent;
        border-bottom: none;
        top: auto;
    }
    .feek .page-body .fh1 .fh1s {
        width: 100%;
    }
    .feek .page-body .fh1 .fh1s:nth-last-child(1){
        width: 48%;
    }
    .news .new_nr .new_pro .new_txt {
        padding: 10px 0 20px;
    }
    .news .new_nr .new_pro .new_txt h4 {
        font-size: 12px;
        line-height: 20px;
    }
    .news .new_nr .new_pro .new_txt h3 {
        line-height: 24px;
        font-size: 18px;
    }
    .sol .sol_xq .sol_fr .sol_nr .sol_pro {
        width: 98%;
    }
    .news .news_lb .swiper-button-next2, .news .news_lb .swiper-button-prev2{
        width: 48px;
        height: 48px;
        top: 40%;
        display: none;
    }
    .fnew_nr ul {
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .fnew .fnew_nr {
        padding: 20px;
    }
    .fnew .fnew_nr .hd ul li h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }
    .fbj .head_txt h4 {
        font-size: 20px;
    }
    .fbj .head_txt h3 {
        font-size: 24px;
    }
    .footer {
        width: 80%;
        margin: 0 auto;
    }
    .footer .fnav ul>li {
        margin: 0px 2%;
    }
    .news .new_nr .new_pro .new_txt>span {
        font-size: 14px;
    }
    .n_com .n_txt p img{
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 414px){
    .news .new_nr .new_pro:nth-child(2) {
        margin: auto;
    }
    .news .new_nr .new_pro {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 375px){
    .fnew_nr ul {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .fnew .fnew_nr .hd ul li h3 {
        font-size: 12px;
        line-height: 20px;
        margin: 0;
    }
    .fbj .head_txt h3 {
        font-size: 18px;
    }
    .fbj .head_txt h4 {
        font-size: 16px;
    }
}